Skip to main content

Language Detection

This API detects the language of the provided text.

Header Parameters
    Content-Type string

    The content type should be application/json

    Example: application/json
    Authorization string required

    API key for authorization

Request Body
    platform string

    Possible values: [jiotranslate, google]

    Platform used for detection

    text string required

    The text to detect the language of.

Responses

Success


Schema
    detected_language string

    The detected language.

    detected_language_code string

    The detected language code.

Loading...